vcProcessIfStatement

Statement that executes ThenScope when ConditionExpression evaluates to True or ElseScope when it evaluates to False. If ConditionExpression is invalid neither ThenScope nor ElseScope are executed.

See in: Overview

Module: vcProcessModel

Parent: vcStatement

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
ConditionExpressionStringRWGets or sets condition expression to evaluate when the statement is executed.
ElseScopevcScopeRGets statement scope to execute when ConditionExpression evaluates to False.
ThenScopevcScopeRGets statement scope to execute when ConditionExpression evaluates to True.